home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / dc25h-3.zip / DEMO2F.SUB < prev    next >
Text File  |  1990-01-31  |  961b  |  28 lines

  1. ; DEMO2F.SUB
  2.  
  3. ; Begin Show Gears in close up of Pair Moving
  4.  
  5. TEXT_MODE
  6. ECHO ┌─────────────────────────────────────────────────────────────────────────────┐
  7. ECHO │         DEMO2.MAC DEMONSTRATION MACRO FOR DANCAD3D v2.5x OR LATER.          │
  8. ECHO └─────────────────────────────────────────────────────────────────────────────┘
  9. LOCATE 1 5
  10. ECHO     SECOND ANIMATION: the next part of this demo shows how you can animate a 2D
  11. ECHO projection of the moving  gears  by  altering  the  arguments  to  the  DISPLAY
  12. ECHO command.  These 2D projections are useful to check the range of motion of parts
  13. ECHO to make sure they are going to fit together correctly.
  14. LOCATE 5 10
  15. ECHO Press [Return] then [Control] & [X] if you want to abort the demo.
  16.  
  17. LOCATE 5 25 ECHO Press [Return] to continue the demo. %%
  18.  
  19.  
  20. WAIT_FOR_RETURN
  21.  
  22. TEXT LOCATE 20 12 ECHO <WORKING: Animating the 2D projection> %%
  23.  
  24. DELAY 1000 ; to give time to press ^X
  25.  
  26. ; END
  27.  
  28.